@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	/* width: 100%; */
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.zhong {
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: flex;
}

.width {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.width::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.img {
	width: 100%;
	height: 100%;
}

.wimg {
	width: auto;
	height: 100%;
}

.himg {
	width: 100%;
	height: auto;
}

.head_top {
	width: 100%;
	height: 120px;
	background: #2495dc;
}

.head_top_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.top_left {
	display: flex;
	width: auto;
	height: 70px;
}

.top_left>span {
	display: inline-flex;
	width: 226px;
	height: 100%;
	margin-right: 24px;
}

.top_left .a1 {
	width: auto;
	height: 70px;
	padding-left: 24px;
	padding-top: 4px;
	border-left: 1px solid #fff;
}

.top_left .a1 h6 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 6px;
	color: #fff;
}

.top_left .a1 h4 {
	font-size: 20px;
	color: #fff;
}

.top_right {
	display: inline-flex;
	width: auto;
	height: auto;
	align-items: center;
}

.top_phone {
	width: auto;
	height: auto;
	padding-left: 56px;
	background-image: url(../images/phone.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 70px;
}

.top_phone h4 {
	font-size: 14px;
	color: #fff;
}

.top_phone h3 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.top_ewm {
	display: inline-flex;
	width: 118px;
	height: 98px;
}

.top_ewm>span {
	display: inline-flex;
	width: 98px;
	height: 98px;
	margin-right: 2px;
}

.top_ewm p {
	writing-mode: tb-rl;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	text-align: center;
}

.head_nav {
	width: 100%;
	height: 60px;
	background: -moz-linear-gradient(top, #494949 0%, #2b2b2b 100%);
	background: -webkit-linear-gradient(top, #494949 0%, #2b2b2b 100%);
	background: -o-linear-gradient(top, #494949 0%, #2b2b2b 100%);
	background: -ms-linear-gradient(top, #494949 0%, #2b2b2b 100%);
}

.head_nav_in {
	height: 100%;
}

.head_nav_in>ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.head_nav_in>ul>li {
	display: inline-flex;
	width: 100%;
	height: 100%;
	position: relative;
}
.head_nav_in>ul>li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}
.head_nav_in>ul>li a:hover {
	font-size:18px;
	transition: all 0.3s;
	background: #21b462;
}

.head_nav_in>ul>li a.active {
	background: #21b462;
}

.banner_in {
	height: 400px;
	position: relative;
}
.banner_mt {
	width: 386px;
	height: 206px;
	background: rgba(0, 153, 68, 0.6);
	position: absolute;
	right: 0;
	top: 30px;
	border-right: 4px solid #2495dc;
	padding: 26px 36px;
}
.banner_mt h2 {
	height: 58px;
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 16px;
}
.banner_mt h2:after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner_mt p {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	font-weight: 600;
}
.banner_mt p span {
	font-size: 28px;
}
.ys_banner_in {
	width: 386px;
	height: 206px;
	background: rgba(0, 153, 68, 0.6);
	position: absolute;
	left: 0;
	top: 30px;
	border-left: 4px solid #2495dc;
	padding: 26px 36px;
}
.ys_banner_in h2 {
	height: 58px;
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 16px;
}
.ys_banner_in h2:after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ys_banner_in p {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	font-weight: 600;
}
.ys_banner_in p span {
	font-size: 28px;
}
.new_index_banner {
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 24px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.new_slideBox_banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.new_slideBox_banner .hd ul li {
	float: left;
	margin-right: 11px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
}
.new_slideBox_banner .hd ul li.on {
	background-color: #2495dc;
}
.new_slideBox_banner .bd {
	height: 600px;
	position: relative;
	z-index: 0;
}
.new_slideBox_banner .bd li {
	width: 100%;
	height: 600px;
	vertical-align: middle;
	zoom: 1;
}
.new_slideBox_banner .bd li a {
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .prev,
.new_slideBox_banner .next {
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 54px;
	height: 88px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.5s;
}
.new_slideBox_banner .prev {
	background-image: url(../images/2019banner_l.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .next {
	left: auto;
	right: 2%;
	background-image: url(../images/2019banner_r.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .prev:hover,
.new_slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .prev {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .next {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner .prevStop {
	display: none;
}
.new_slideBox_banner .nextStop {
	display: none;
}
.gongchang {
	height: 224px;
	position: relative;
	overflow: hidden;
	margin-top: 34px;
}
.gongchang_box {
	width: 1156px;
	height: 100%;
	margin: 0 auto;
}
.gongchang_list {
	display: block;
	width: 268px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.gongchang_list span {
	display: block;
	width: 100%;
	height: 224px;
}
.gongchang_list span img {
	width: 100%;
	height: 100%;
}
.gongchang_list p {
	width: 100%;
	height: 56px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	text-align: center;
}
.gc-left {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
	width: 9px;
	height: 22px;
	border-radius: 50%;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.gc-right {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 9px;
	height: 22px;
	border-radius: 50%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.footer {
	width: 100%;
	/* height: 532px; */
	background-image: url(../images/foot-bj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.width {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.foot_nav {
	width: 100%;
	height: 68px;
}
.foot_nav ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.foot_nav ul li {
	display: inline-flex;
	width: auto;
	height: 100%;
}
.foot_nav ul li a {
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
	position: relative;
	font-size: 18px;
	color: #fff;
	padding-left: 14px;
}
.foot_nav ul li a:after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background: #2495dc;
	position: absolute;
	left: 0;
	top: 24px;
}
.lianxi_ly {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 326px;
    /* margin-top: 26px; */
    padding-top: 26px;
}
.lx_left {
	width: 510px;
	height: 100%;
}
.lx_left h2 {
	padding-left: 15px;
	font-size: 18px;
	color: #999;
	position: relative;
	width: 100%;
	height: 22px;
	background-image: url(../images/foot-xia.png);
	background-size: 9px 5px;
	background-position: right center;
	background-repeat: no-repeat;
}
.lx_left h2:after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background: #2495dc;
	position: absolute;
	top: 4px;
	left: 0;
}
.lx_left h2:before {
	content: '';
	display: block;
	width: 400px;
	height: 1px;
	border-top: 1px dashed #999;
	position: absolute;
	left: 94px;
	top: 50%;
}
.lx_left_in {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	margin-bottom: 38px;
	padding: 0 16px;
}
.lx_left_in .l1 {
	width: auto;
	height: 100%;
}
.lx_left_in .l1 h3 {
	font-size: 12px;
	color: #fff;
	line-height: 26px;
}
.lx_left_in .l1 h3 span {
	font-size: 16px;
	font-weight: 700;
}
.lx_left_in .l2 {
	width: auto;
	height: 42px;
}

.lx_left_in .l2 ul {
	display: flex;
	width: auto;
	height: 100%;
}

.lx_left_in .l2 ul li {
	display: inline-flex;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 20px;
}

.lx_left_in .l2 ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ewm_box {
	width: 100%;
	height: 172px;
}

.ewm_box ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.ewm_box ul li {
	display: inline-flex;
	width: 134px;
	height: 100%;
	margin: 0 23px;
}

.ewm_box ul li div {
	width: 100%;
	height: 100%;
	text-align: center;
}

.ewm_box ul li div span {
	display: flex;
	width: 134px;
	height: 134px;
	margin-bottom: 16px;
}

.ewm_box ul li div span img {
	width: 100%;
	height: 100%;
}

.ewm_box ul li div p {
	font-size: 16px;
	color: #fff;
}

.lx_right {
	width: 510px;
	height: 100%;
}

.lx_right h2 {
	padding-left: 15px;
	font-size: 18px;
	color: #999;
	position: relative;
	width: 100%;
	height: 22px;
	background-image: url(../images/foot-xia.png);
	background-size: 9px 5px;
	background-position: right center;
	background-repeat: no-repeat;
}

.lx_right h2:after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background: #2495dc;
	position: absolute;
	top: 4px;
	left: 0;
}

.lx_right h2:before {
	content: '';
	display: block;
	width: 400px;
	height: 1px;
	border-top: 1px dashed #999;
	position: absolute;
	left: 94px;
	top: 50%;
}

.ly_box {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0 35px;
}

.ly_box input {
	width: 440px;
	height: 44px;
	border: 1px solid #999;
	padding-left: 18px;
	font-size: 16px;
	color: #999;
	margin: 0 auto 14px;
	background: none;
}

.ly_box textarea {
	width: 440px;
	height: 110px;
	border: 1px solid #999;
	padding-left: 18px;
	padding-top: 12px;
	font-size: 16px;
	color: #999;
	margin: 0 auto 14px;
	background: none;
}

.ly_box button {
	width: 246px;
	height: 34px;
	background: #2495dc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	border: none;
	margin: 18px auto 0;
}
.new_fonter_lianjie {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	text-align: center;
    margin-top: 28px;
    padding-top: 14px;
}

.new_fonter_lianjie a {
	color: #fff;
}

.new_fonter_lianjie a:hover {
	color: #fff;
}

.new_fonter_lianjie img {
	width: 16px;
}

.new_fooer_beian {
	display: block;
	width: 100%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	color: #fff;
}
.new_fooer_beian a{
	color: #fff;
}

.cp_weizhi {
	height: 18px;
	padding-left: 22px;
	background-image: url(../images/weizhi.png);
	background-size: 14px 18px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 16px 0;
}

.cp_weizhi li {
	display: inline-block;
	float: left;
}

.cp_weizhi li a {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.zy_gongjiao {
	width: 100%;
	height: 270px;
	margin-top: 46px;
	margin-bottom: 64px;
	display: flex;
	justify-content: space-between;
}

.tujing_lb {
	width: 100%;
	height: 466px;
	margin-bottom: 52px;
}

.gc_shijing {
	width: 100%;
	height: 466px;
	position: relative;
}

.gc_shijing_in {
	height: 466px;
}

.gc_shijing_in .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: none;
	opacity: 1;
	border: 1px solid #838383;
	margin: 0 6px !important;
}

.gc_shijing_in .swiper-pagination-bullet-active {
	opacity: 1;
	background: #2495dc;
	border: 1px solid #2495dc;
}

.gc_shijing_in .swiper-pagination {
	position: absolute;
	top: auto;
	bottom: 8px;
}

.gc_shijing_a {
	display: block;
	width: 100%;
	height: 418px;
}

.mtlb_beijing {
	width: 100%;
	height: auto;
	/* background-image: url(../images/jiazhun.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 72px;
	padding-top: 48px;
}

.fenye {
	width: 100%;
	height: 40px;
}

.fenye ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center
}

.fenye ul li {
	display: inline-flex;
	width: auto;
	height: 100%;
	margin: 0 8px;
}
.fenye ul span {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    margin: 0 4px;
    padding: 0 15px;
    border: 1px solid #f6f6f6;
    cursor: default;
}

.fenye ul li a {
	display: flex;
	width: auto;
	height: 100%;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #666;
	background: #fff;
}

.fenye ul li a:hover {
	border: 1px solid #2495dc;
	background: #2495dc;
	color: #fff;
}

.fenye ul li a.active {
	border: 1px solid #2495dc;
	background: #2495dc;
	color: #fff;
}

.rongyu {
	height: 192px;
	position: relative;
	overflow: hidden;
}

.rongyu_box {
	width: 1118px;
	height: 100%;
	margin: 0 auto;
}

.rongyu_list {
	display: block;
	width: 266px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.gongchang_list span {
	display: block;
	width: 100%;
	height: 192px;
}

.gongchang_list span img {
	width: 100%;
	height: 100%;
}

.ry-left {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0;
	width: 18px;
	height: 46px;
	background-image: url(../images/gy-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ry-right {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: 0;
	width: 18px;
	height: 46px;
	background-image: url(../images/gy-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.qiye_linian {
	width: 100%;
	height: auto;
	padding-top: 62px;
	padding-bottom: 60px;
	/* background-image: url(../images/gy-beijing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	background: #f5f5f5;
}

.qiye_linian_in {
	height: auto;
}

.qiye_linian_in>span {
	display: block;
    width: 100%;
    height: 40px;
    text-align: center;
	margin: 0 auto 52px;
}

.qiye_linian_in>span img {
	/* width: 100%; */
	height: 100%;
}

.huifeng_td_in {
	width: 100%;
	height: 400px;
}

.sy_title {
	width: 100%;
	height: 66px;
	margin-bottom: 40px;
}

.sy_title>span {
	display: block;
	width: 654px;
	height: 66px;
	margin: 0 auto;
}

.sy_title>span img {
	width: 100%;
	height: 100%;
}

.chanpin_zx {
	height: auto;
	width: 100%;
	background-image: url(../images/ys-beijing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cp_leibie {
	display: inline-block;
	float: left;
	width: 220px;
	height: 400px;
	overflow: hidden;
	margin-right: 20px;
	box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
	margin-bottom: 18px;
}

.cp_leibie h3 {
	width: 100%;
	height: 80px;
	background: linear-gradient(144deg, rgba(9, 156, 74, 1), rgba(7, 133, 63, 1));
	font-size: 22px;
	line-height: 80px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.cp_leibie ul {
	width: 100%;
	height: auto;
	padding: 0 10px;
	background: #fff;
}

.cp_leibie li {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #dcdcdc;
}

.cp_leibie li:last-child {
	border-bottom: none;
}

.cp_leibie li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 16px;
}

.cp_leibie li a h5 {
	font-size: 18px;
	color: #333;
}

.cp_leibie li a p {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cp_leibie li a.active h5,
.cp_leibie li a.active p,
.cp_leibie li a:hover h5,
.cp_leibie li a:hover p {
	color: #2495dc;
	font-weight: 600;
}

.large_box {
	width: 590px;
	height: 400px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 18px;
}

.large_box li {
	width: 100%;
	height: 400px;

}

.large_box li>div {
	display: block;
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.large_box img {
	display: block
}

.zqx_guolu {
	display: inline-block;
	float: left;
	width: 350px;
	height: 400px;
	background-image: url(../images/sy-img2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
	padding: 28px 10px 0 30px;
	border: 1px solid #dcdcdc;
}

.zqx_guolu_in {
	height: auto;
	width: 100%;
}

.zqx_guolu_in h2 {
	padding-left: 14px;
	font-size: 22px;
	color: #333;
	font-weight: 700;
	position: relative;
	margin-bottom: 26px;
}

.zqx_guolu_in h2:after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #6f9b83;
}

.zqx_guolu_in p {
	font-size: 18px;
	color: #9e9e9e;
	line-height: 30px;
	height: 152px;
}

.zqx_guolu_in a {
	display: flex;
	width: 100%;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 42px;
}

.zqx_guolu_in a img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.zqx_guolu_in a span {
	font-weight: 700;
	font-size: 20px;
	color: #333;
	margin-left: 8px;
}

.zqx_guolu_dz {
	height: 46px;
	width: 160px;
	background: linear-gradient(144deg, rgba(9, 156, 74, 1), rgba(7, 133, 63, 1));
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.5s;
}

.zqx_guolu_dz a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	transition: all 0.5s;
}

.zqx_guolu_dz:hover {
	transform: scale(1.06);
}

.zqx_guolu_dz:hover a {
	transform: scale(1.06);
}

.small_box {
	width: 1200px;
	height: 200px;
	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	width: 1200px;
	height: 200px;
	overflow: hidden
}

.small_list ul {
	overflow: hidden;
	height: 200px;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 18px;
	width: 286px;
	height: 200px;
	cursor: pointer;
}

.small_list ul li:last-child {
	margin-right: 0;
}

.small_list ul li>span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.small_list ul li img {
	display: block
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 200px;
	box-sizing: border-box;
	border: 2px solid #4f8567;
}

.small_list ul li.on .bun_bg {
	display: block
}

.index_more {
	width: 246px;
	height: 54px;
	margin: 42px auto 0;
	border-radius: 6px;
	overflow: hidden;
	background: linear-gradient(144deg, rgba(9, 156, 74, 1), rgba(7, 133, 63, 1));
	transition: all 0.5s;
}

.index_more a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	transition: all 0.5s;
}

.index_more:hover {
	transform: scale(1.06);
}

.index_more a:hover {
	transform: scale(1.06);
}

.gg_toufang {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/sy-beijing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tf_title {
	width: 100%;
	height: 70px;
	margin-bottom: 42px;
}

.tf_title span {
	display: block;
	width: 776px;
	height: 70px;
	margin: 0 auto;
}

.tf_title span img {
	width: 100%;
	height: 100%;
}

.gg_toufang_in {
	width: 100%;
	height: 432px;
	display: flex;
	justify-content: space-between;
}

.tf_left {
	width: 320px;
	height: 432px;
	border-radius: 6px;
	overflow: hidden;
	background: #2495dc;
	padding: 20px;
}

.tf_left_in {
	width: 100%;
	height: 200px;
	border-radius: 6px;
	background: #fff;
	padding: 16px;
	margin-bottom: 20px;
}

.tf_left_in span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 22px;
}

.tf_left_in span img {
	width: 36px;
	height: 100%;
	margin-right: 18px;
}

.tf_left_in p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.tf_left h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
}

.tf_left h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 26px;
	margin-top: 12px;
}

.tf_left h4 {
	padding-left: 44px;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	background-image: url(../images/tf-phone.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: left center;
}

.tf_right {
	width: 870px;
	height: 100%;
}

.tf_right ul {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tf_right ul li {
	display: inline-flex;
	width: 284px;
	height: 202px;
	margin-top: 12px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 12px 0 rgba(220, 220, 220, 1);
}

.tf_right ul li:hover {
	box-shadow: 0 0 12px 0 rgba(7, 143, 68, 1);
}

.tf_right ul li a {
	display: flex;
	width: 100%;
	height: 100%;
}

.tf_right ul li a div {
	width: 100%;
	height: 100%;
	padding: 28px 18px;
}

.tf_right ul li a div span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 14px;
}

.tf_right ul li a div span img {
	height: 100%;
	width: auto;
	margin-right: 18px;
}

.tf_right ul li a div p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.bs_gg_ys {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../images/ys-beijing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bs_title {
	width: 100%;
	height: 66px;
	margin-bottom: 46px;
}

.bs_title span {
	display: flex;
	width: 712px;
	height: 100%;
	margin: 0 auto;
}

.bs_title span img {
	width: 100%;
	height: 100%;
}

.wm_youshi_in {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.wm_youshi_in ul {
	width: 1800px;
}

.wm_youshi_in li {
	width: auto;
	height: 450px;
	margin-right: 10px;
	position: relative;
	float: left;
}

.wm_youshi_l {
	display: inline-block;
	float: left;
	width: 0;
	height: 450px;
	position: relative;
	margin-right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wm_youshi_l>div {
	display: block;
	width: 100%;
	height: 70px;
	padding-left: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	color: #FFF;
}

.wm_youshi_l>div>p {
	display: block;
	height: 70px;
	font-size: 14px;
	line-height: 98px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wm_youshi_l>div>p:after {
	content: '巴士广告 您的车身投放专家';
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	font-size: 18px;
	color: #fff;
}

.wm_youshi_r {
	display: inline-block;
	padding-top: 25px;
	vertical-align: middle;
	width: 96px;
	height: 450px;
	position: relative;
	background-color: #eaeaea;
	cursor: pointer;
	text-align: center;
}

.wm_youshi_r::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #69ce97;
	border-bottom: 15px solid transparent;
	position: absolute;
	right: -2px;
	bottom: -10px;
	transform: rotateZ(45deg);
}

.wm_youshi_in li.active .wm_youshi_r {
	background-color: #2495dc;
}

.wm_youshi_in li.active .wm_youshi_r::after {
	border-left: 15px solid #4cad78;
}

.wm_youshi_in li.active .wm_youshi_r h1 {
	color: #4b7d62;
	background: #fff;
}

.wm_youshi_in li.active .wm_youshi_r h1:after {
	background: #4b7d62;
}

.wm_youshi_in li.active .wm_youshi_r p,
.wm_youshi_in li.active .wm_youshi_r p span {
	color: #fff;
}

.wm_youshi_r h1 {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 50%;
	background: #2495dc;
	line-height: 56px;
	text-align: center;
	font-size: 36px;
	font-family: "宋体";
	font-weight: 900;
	color: #fff;
	position: relative;
}

.wm_youshi_r h1:after {
	content: '';
	display: block;
	width: 38px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 14px;
	left: 10px;
}

.wm_youshi_r p {
	writing-mode: tb-rl;
	width: auto;
	height: 100%;
	font-size: 20px;
	color: #333;
	font-family: "黑体";
	font-weight: 600;
	line-height: 28px;
	margin: 22px auto 0;
	display: inline-block;
	text-align: left;
}

.wm_youshi_r p span {
	color: #2495dc;
}

.xl_jg {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../images/ys-beijing2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.xl_tixi {
	width: 100%;
	height: 66px;
	margin-bottom: 42px;
}

.xl_tixi span {
	display: block;
	margin: 0 auto;
	width: 684px;
	height: 66px;
}

.xl_tixi span img {
	width: 100%;
	height: 100%;
}

.jiage_tx .swiper-container {
	width: 100%;
	height: 100%;
}

.jiage_tx .swiper-slide {
	transform: scale(0.8);
}
.jiage_tx .swiper-slide-active,
.jiage_tx .swiper-slide-duplicate-active {
	transform: scale(1);
}
.jiage_tx {
	width: 1120px;
	height: 400px;
	margin: 0 auto;
}
.jg_box {
	display: block;
	width: 388px;
	height: 400px;
}
/* .jg_box-active,
.jg_box-duplicate-active{
	transform: scale(1);
} */
.jg_box span {
	display: block;
	width: 100%;
	height: 266px;
	margin-bottom: 22px;
}

.jg_box span img {
	width: 100%;
	height: 100%;
}

.jg_box_in {
	width: 100%;
	height: 160px;
	text-align: center;
}

.jg_box_in h2 {
	height: 36px;
	position: relative;
	font-size: 24px;
	color: #333;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
}
.jg_box_in h2:after{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background:#2495dc;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -10px;
}
.jg_box_in h3 {
	font-size: 18px;
	color: #666;
	margin-bottom: 14px;
}
.jg_box_in p {
	font-size: 22px;
	color: #333;
	font-weight: 600;
}
.jg_box_in p span {
	font-size: 20px;
	font-weight: 400;
}
.jiage_box{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.jg-left {
	position: absolute;
	top: 50%;
	margin-top: -46px;
	left: 10px;
	width: 18px;
	height: 46px;
	border-radius: 50%;
	background-image: url(../images/gy-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jg-right {
	position: absolute;
	top: 50%;
	margin-top: -46px;
	right: 10px;
	width: 18px;
	height: 46px;
	border-radius: 50%;
	background-image: url(../images/gy-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.jiejue_fa{
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/ys-beijing.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.jiejue_fa_in{
	width: 100%;
	height: 70px;
	margin-bottom: 52px;
}
.jiejue_fa_in span{
	display: block;
	width: 704px;
	height: 70px;
	margin: 0 auto;
}
.jiejue_fa_in span img{
	width: 100%;
	height: 100%;
}
.jjfa_nav{
	width: 100%;
	height: 58px;
	margin-bottom: 56px;
}
.jjfa_nav ul{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.jjfa_nav ul li{
	display: inline-flex;
	width: 182px;
	height: 100%;
}
.jjfa_nav ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	border:1px solid #e1e1e1;
	font-size: 18px;
	color:#9e9e9e;
	font-weight: 700;
	border-radius: 2px;
}
.jjfa_nav ul li a.active{
	background:#2495dc;
	color:#fff;
}
.jjfa_nav ul li a span{
	display: inline-flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
	position: relative;
}
.jjfa_nav ul li a span img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.jjfa_nav ul li a span img:nth-child(2){
	display: none;
}
.jjfa_nav ul li a.active span img:nth-child(2){
	display: block;
}
.ksf_box{
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}
.ksf_box ul{
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ksf_box ul li{
	width: 580px;
	height: 214px;
	border-radius: 8px;
	overflow: hidden;
	background:#fff;
	margin-bottom: 30px;
	box-shadow: 0 0 6px 0 rgba(220,220,220,0.8);
}
.ksf_box ul li:hover{
	box-shadow: 0 0 6px 0 rgba(0,153,68,0.8);
}
.ksf_box ul li a{
	display: flex;
	width: 100%;
	height: 100%;
}
.ksf_box ul li a .ksf_box_in{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
}
.ksf_box ul li a .ksf_box_in span{
	display: inline-flex;
	width: 214px;
	height: 174px;
	overflow: hidden;
}
.ksf_box ul li a .ksf_box_in span img{
	width: 100%;
	height: 100%;
}
.ksf_box ul li a .ksf_box_in .a1{
	width: 302px;
	height: 174px;
}
.ksf_box ul li a .ksf_box_in .a1 h2{
	font-size: 20px;
	color:#333;
	line-height: 40px;
	margin-bottom: 8px;
}
.ksf_box ul li a .ksf_box_in:hover .a1 h2{
	color:#2495dc;
}
.ksf_box ul li a .ksf_box_in .a1 h4{
	font-size: 16px;
	height: 72px;
	color:#959494;
	line-height: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.ksf_box ul li a .ksf_box_in .a1 p{
	font-size: 16px;
	color:#959494;
	text-align: right;
	background-image: url(../images/ay-ss.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 212px center;
}
.ksf_box ul li a .ksf_box_in:hover .a1 p{
	color:#2495dc;
	background-image: url(../images/sy-ss-2.png);
}
.xw_zx{
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 84px;
	background-image: url(../images/ys-beijing.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.xw_zx_in{
	width: 100%;
	height: 68px;
	margin-bottom: 42px;
}
.xw_zx_in span{
	display: block;
	width: 684px;
	height: 68px;
	margin: 0 auto;
}
.xw_zx_in span img{
	width: 100%;
	height: 100%;
}
.xinwen_zx_in{
	height:530px;
	margin-top: 30px;
}
.xinwen_zx_l{
	display: inline-block;
	float:left;
	width: 635px;
	/* height: 100%; */
	padding: 22px 18px;
	background:#fff;
	box-shadow: 0 0 12px 0 rgba(220,220,220,0.5);
}
.xinwen_zx_l>span{
	display: block;
	width: 600px;
	height: 300px;
	margin-bottom: 20px;
}
.xinwen_zx_l>span img{
	width: 100%;
	height: 100%;
}
.xinwen_zx_l h2{
	font-size: 18px;
	color:#333;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xinwen_zx_l h3{
	font-size: 14px;
	color:#666;
	line-height: 22px;
	height: 66px;
	margin-top: 12px;
	/* margin-bottom: 24px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xinwen_zx_l p{
	font-size: 16px;
	color:#666;
	line-height: 22px;
}
.xinwen_zx_l p>span{
	float:right;
	padding-right: 24px;
	background-image: url(../images/xiayige.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
}
.xinwen_zx_l:hover h2{
	color:#2495dc;
}
.xinwen_zx_l:hover p>span{
	color:#2495dc;
	background-image: url(../images/xiayige-1.png);
}
.head_nav.active{
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	box-shadow: 0 0 16px 0 rgba(220,220,220,0.5);
}
.index_news_r{
	display: inline-block;
	float:right;
	width: 480px;
    height: 486px;
	background:#fff;
	padding: 0 28px;
	box-shadow: 0 0 12px 0 rgba(220,220,220,0.5);
}
.index_news_r li{
	width: 100%;
	height: 118px;
	border-bottom: 1px solid #e1ebf1;
	margin-top: 4px;
}
.index_news_r li:last-child{
	border-bottom: none;
}
.index_news_time{
	display: inline-block;
	float:left;
	width: 62px;
	height: 100%;
	padding-top: 28px;
	text-align: center;
}
.index_news_time h3{
	color:#333;
	font-size: 50px;
	line-height: 50px;
}
.index_news_time p{
	font-size: 14px;
	color:#333;
	line-height: 20px;
}
.index_news_in{
	display: inline-block;
	float:right;
	width: 306px;
	height: 100%;
	padding-top: 8px;
}
.index_news_in h3{
	font-size: 18px;
	color:#333;
	line-height: 40px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.index_news_in p{
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	color:#999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index_news_r li:hover .index_news_time h3,.index_news_r li:hover .index_news_time p{
	color:#2495dc;
}
.index_news_r li:hover .index_news_in h3{
	color:#2495dc;
}
.new_right_nav{
	display: block;
	position: fixed;
	top:40%;
	right:0;
	width: 58px;
	height: 273px;
	z-index: 99;
}
.new_right_menu{
	display: block;
	width: 170px;
	height: 58px;
	background: #2495dc;
	border-radius: 4px 0 0 4px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 58px;
	color:#fff;
	position: relative;
	cursor: default;
}
.new_right_menu a{
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
}
.new_right_menu span{
	display: inline-block;
	float:left;
	width: 28px;
	height: auto;
	margin-left: 12px;
}
.new_right_menu span img{
	width: 100%;
	height: 100%;
}
.new_right_menu_in{
	display: inline-block;
	/* float:right; */
	font-size: 14px;
	text-align: right;
	padding-right: 6px;
	width: 130px;
}
.new_right_menu_ewm{
	display: none;
	width: 128px;
	height: 128px;
	border-radius: 10px;
	position: absolute;
	top:-36px;
	left:-142px;
	background-color:#2495dc;
	padding: 5px;
}
.new_right_menu_ewm img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.new_head_menu{
	display: none;
	width: auto;
	height: auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	top:100%;
	left:0%;
}
.new_head_menu>span{
	display: block;
	width: 10px;
	height: 6px;
	background-image: url(../images/xiasanjiao.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto 2px;
}
.new_head_menu>span img{
	width: 100%;
	height: 100%;
}
.new_head_menu li{
	width: 150px;
	height: 60px;
	background:#21b462;
	/* margin-bottom: 1px; */
	border-bottom: 1px solid #f5f5f5;
}
.new_head_menu li:last-child{border-bottom: none;}
.new_head_menu li a{
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color:#fff;
	align-items: center;
	justify-content: center;
}
.new_head_SNCR{
	display: none;
	width: 240px;
	height: auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	top:100%;
	left:-42px;
}
.new_head_SNCR>span{
	display: block;
	width: 10px;
	height: 6px;
	background-image: url(../images/xiasanjiao.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	margin: 0 auto 2px;
}
.new_head_SNCR>span img{
	width: 100%;
	height: 100%;
}
.new_head_SNCR li{
	width: 240px;
	height: 60px;
	background:#21b462;
	/* margin-bottom: 1px; */
	line-height: 60px;
	border-bottom: 1px solid #f5f5f5;
}
.new_head_SNCR li:last-child{border-bottom: none;}
.new_head_SNCR li a{
	font-size: 16px;
	text-align: center;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 动画效果 */
.an-t{
	-webkit-animation: fadeInUp 1s 0s both;
    animation: fadeInUp 1s 0s both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.l_list p {
    font-size: x-large;
    font-weight: 900;
    text-align: center;
    color: #9e9e9e;
}